chore(main): release 1.0.0 - #10
Merged
nlemoine merged 1 commit intoMay 8, 2026
Merged
Conversation
nlemoine
added a commit
that referenced
this pull request
May 8, 2026
release-please's inline marker regex (\d+\.\d+\.\d+\s*[#/]+\s*x-release-please-version) requires the version to be immediately followed by whitespace and the comment delimiter. Our line had `'1.0.0';` between the version and the `//`, so the regex never matched and release-please skipped the file in PR #10. Switching to block markers ('// x-release-please-start-version' / '// x-release-please-end' on their own lines) sidesteps the regex constraints — release-please updates any version found inside the block regardless of surrounding syntax.
github-actions
Bot
force-pushed
the
release-please--branches--main--components--page-for-custom-post-type
branch
from
May 8, 2026 13:33
12563cd to
90fd580
Compare
nlemoine
force-pushed
the
release-please--branches--main--components--page-for-custom-post-type
branch
from
May 8, 2026 13:39
90fd580 to
38a78a1
Compare
github-actions
Bot
force-pushed
the
release-please--branches--main--components--page-for-custom-post-type
branch
from
May 8, 2026 13:41
38a78a1 to
0a5e840
Compare
Contributor
Author
|
🤖 Created releases: 🌻 |
|
🚀 |
nlemoine
deleted the
release-please--branches--main--components--page-for-custom-post-type
branch
May 8, 2026 14:02
Owner
|
Yeah, finally :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
1.0.0 (2026-05-08)
⚠ BREAKING CHANGES
Features
Bug Fixes
This PR was generated with Release Please. See documentation.